All Questions
Tagged with softwaredevelopment-process
10 questions
22votes
11answers
9kviews
How is Agile model more flexible than the Waterfall model?
I know one of the differences between Agile and Waterfall is to do with more customer and user feedback, but I'm trying to wrap my head around what makes the Agile/XP model more adaptable to change. ...
-1votes
2answers
143views
Combination of SDLC models [closed]
I have a problem where our current SDLC model is the V-model which is great for its verification/validation of all phases, but lacks the support for iterations. Spiral model on the other hand has ...
1vote
2answers
145views
Productivity - Pushing towards 3 (at max 4) completed requests followed by code commits in a span of 8 hour interval on novel support requests
Situation Right now, I am at a point of realization, that at my present position I am not completing requests with regular interval, have spaced out request completion. But to approach my true ...
-2votes
2answers
1kviews
Is the UML diagram a good solution for project design and documentation? [duplicate]
I want to lead an Angular + NodeJS project. As this is my first experience, I thought about using UML diagram as both designing/architecting the project and also the project's documentation. But I am ...
-6votes
4answers
371views
Why are software requirements allowed to change if it means more work for software engineers? [closed]
In many projects, software requirements change, sometimes meaning we software engineers have to throw out our work and start over. Heck, we have entire methodologies built around the assumption that ...
2votes
2answers
2kviews
What steps should I take to become familiar with a new code base? [duplicate]
I've joined a small software development team to work on an existing code base. While I am tasking myself with learning the required programming languages and actually reading the code, I'm wondering ...
-3votes
2answers
1kviews
what is the job of Design Phase of SDLC?
I am confused, from what i have read the design phase has nothing to do with how the software looks like and its about how it should be build in the next phase which is the developement phase? My ...
4votes
3answers
319views
Is it acceptable to look at other people's projects for ideas? [closed]
When I start a new project, I tend to look at other people's source code who have implemented the same project. This gives me an idea on how the overall project is supposed to be created and the basic ...
-1votes
1answer
144views
What type of architecture style does the MEAN stack most resemble? [closed]
What type of software architecture style does the MEAN stack most resemble? I am thinking Client/ Server because of the way messages are communicated between the different modules in both. However, ...
8votes
4answers
3kviews
Is there an established software taxonomy that's based on the type of software?
I'm researching engineering approaches to software development based on the type of software, for example: Custom one-off software (e.g. space shuttle software) Whitebox application requiring ...